home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3546 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  852 b 

  1. Path: news3.digex.net!usenet
  2. From: Jing Bo Li <JBLi@Unid.com>
  3. Newsgroups: comp.lang.c
  4. Subject: DLL Error under Win32(s)
  5. Date: Mon, 29 Jan 1996 16:44:18 -0800
  6. Organization: Express Access Online Communications, USA
  7. Message-ID: <310D69E2.4D8B@Unid.com>
  8. NNTP-Posting-Host: gate.unid.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b5 (Win16; I)
  13.  
  14. Hi All,
  15.  
  16.   I am creating a Server-like DLL in Windows platform using Borland C++ 
  17. 4.5.
  18.  
  19.   To test my DLL, I created an simple Windows App just to call one of the 
  20. functions exported by the DLL.  The first copy of the application run OK 
  21. with the DLL.  However, while the first copy was running, the second copy 
  22. gave the following error:
  23.  
  24.     Cannot run multiple instances of a DLL under Win32s.
  25.  
  26.  
  27. Please help,
  28.  
  29. JBLi@UNID.COM
  30. JBLi@MSN.COM
  31.